home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
BOXES
/
HISTORY
/
EXAMPLE.ZIP
/
Hcbtest.dpr
< prev
next >
Wrap
Text File
|
1996-05-19
|
244b
|
14 lines
program Hcbtest;
uses
Forms,
hcbtest1 in 'hcbtest1.pas' {frmTestHistoryComboBox},
hstcbo in 'hstcbo.pas';
{$R *.RES}
begin
Application.CreateForm(TfrmTestHistoryComboBox, frmTestHistoryComboBox);
Application.Run;
end.